home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 11 / AMUG BBS in a Box Volume XI (April 1994) (MacWizards).iso / Files / Prog / A / add images.sit / initclut.h / initclut.h
Encoding:
C/C++ Source or Header  |  1989-06-21  |  510 b   |  26 lines  |  [TEXT/KAHL]

  1. /*
  2.     initclut.h
  3.  
  4.     header for initclut.c
  5. */
  6.  
  7. #include <color.h>
  8.  
  9. #define maxintensity        0xFFFF
  10. #define rom85loc            0x028E
  11. #define twohighmask            0xC000
  12. #define max_source_level    13  /* 14 levels = 0...13, 196 colors */
  13. #define all_my_colors        256
  14.  
  15. void Init_gray_clut(void);
  16.  
  17. void init_clut_proton(void);
  18.  
  19. void init_clut_flourine(void);
  20.  
  21. void init_clut_result(void);
  22.  
  23. void myForeColor( unsigned short r, unsigned short g, unsigned short b );
  24.  
  25. void myBackColor( unsigned short r, unsigned short g, unsigned short b );
  26.